Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
authorThierry Volpiatto <thierry.volpiatto@gmail.com>
Wed, 14 Jul 2010 16:41:40 +0000 (12:41 -0400)
committerKarl Fogel <kfogel@red-bean.com>
Wed, 14 Jul 2010 16:41:40 +0000 (12:41 -0400)
commit0857a95174bb5b92c305d679cdfc9105e572ca29
tree141d5f77eb8f5e85413aee552699a5105cbd1c48
parent5b934c2b66c96fc6bb0f938a88c90ec9501eb7c1
Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).

* lisp/bookmark.el (bookmark-set): Don't set `bookmark-yank-point' and
  `bookmark-current-buffer' if they have been already set in another
  buffer (e.g gnus-art).

* lisp/gnus/gnus-sum.el (gnus-summary-bookmark-make-record): Set
  `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
lisp/ChangeLog
lisp/bookmark.el
lisp/gnus/ChangeLog
lisp/gnus/gnus-sum.el